Flash treats any sequence of characters surrounded by double quotation marks as a literal string.The following operations are useful for manipulating strings and specifying string contents.For example, this statement uses the string comparison operator eq
to test whether the variable name contains the string Harold:
name eq "Harold"